p {
    color: goldenrod;
    text-shadow: rgb(151, 122, 47) 1px 1px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
h1 {
    color: rgb(196, 144, 11);
    text-shadow: rgb(151, 122, 47) 1px 1px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
body {
    border: 0.2cm;
    border-style: outset ridge groove;
    border-color: rgb(243, 181, 25);
    background-color: rgb(41, 41, 4);
}
h2 {
    color: goldenrod;
    text-shadow: rgb(151, 122, 47) 1px 1px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
a {
    color: goldenrod;
    text-shadow: rgb(151, 122, 47) 1px 1px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}